Package com.cisco.pt.ipc.sim.impl
Class DHCPServerMainProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.DHCPServerMainProcessImpl
- All Implemented Interfaces:
IPCObject,DHCPServerMainProcess,Process
Information provided by the PKI file:
\class DhcpServerMainProcess
\brief DhcpServerMainProcess is the process manager that handles many DHCP server processes.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionDHCPServerMainProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetDhcpServerProcessByPortName(String portName) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
DHCPServerMainProcessImpl
public DHCPServerMainProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getDhcpServerProcessByPortName
Information provided by the PKI file:
\brief Returns the DhcpServerProcess object of the specified port. \param portName, the name of the port of interest. \return DhcpServerProcess, the DHCP server process object of the specified port.- Specified by:
getDhcpServerProcessByPortNamein interfaceDHCPServerMainProcess- Parameters:
portName- Takes in a parameter of portName- Returns:
- DHCPServerProcess Returns a DHCPServerProcess
-